home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 25 / Mac Magazin and MacEasy Magazine CD - Issue 25.iso / Online / analog 1.91b3 / analog.cfg < prev    next >
Text File  |  1996-07-08  |  5KB  |  162 lines

  1. # Analog.cfg - Configuration file for Analog
  2. #
  3. # See http://www.statslab.cam.ac.uk/~sret1/analog/
  4. # or http://summary.net/soft/analog.html
  5. # for more information.
  6. #
  7. LOGFILE WebStar.log
  8. #CACHEFILE cache.out
  9. #
  10. OUTPUT HTML
  11. # could be ASCII, HTML, or CACHE
  12. OUTFILE Report.html
  13. #
  14. NUMLOOKUP OFF
  15. # This controls domain name lookups. This feature is currently experimental
  16. # and REQUIRES OpenTransport 1.1 or newer. It will typicaly slow Analog down
  17. # from seconds to hours! USE WITH CAUTION!
  18. #
  19. REPORTORDER mWdDhHoSitrfbBce
  20. # A string like "mWdDhHoSitrfbBce" giving the order in which the reports will
  21. #   be output. You should make sure to include each of the above letters exactly
  22. #   once or you will not get some report even if you specifically request it
  23. #   later, or you may get some report twice. The letters mean
  24. #   m = monthly report   W = weekly report    d = daily summary
  25. #   D = daily report     h = hourly summary   H = hourly report
  26. #   o = domain report    S = host report      i = directory report
  27. #   r = request report   f = referer report   b = browser summary
  28. #   B = browser report   e = error report     c = status code report 
  29. #   t = filetype report
  30. #
  31. # whether we want each of the reports by default 
  32. GENERAL ON        # General statistics and GoTo's 
  33. MONTHLY ON        # Monthly report 
  34. DAILY ON        # Daily summary 
  35. FULLDAILY OFF    # Daily report 
  36. # One line for each day. Think about the poor people loading your page from
  37. #   the other side of the world before turning this on by default. 
  38. WEEKLY OFF        # Weekly report 
  39. HOURLY ON        # Hourly summary 
  40. FULLHOURLY OFF    # Hourly report 
  41. # One line for each hour ever. You really don't want this on by default. 
  42. DOMAIN ON        # Domain report 
  43. # Not called DOMAIN because clashes with math.h 
  44. DIRECTORY ON    # Directory report 
  45. FILETYPE OFF    # File type report
  46. REQUEST ON        # Request report 
  47. FULLHOSTS OFF    # Host report 
  48. # Full hostname report. Typically very long output and slow to produce
  49. #   on a full logfile, unless MINHOSTREQS or BYTES is high as applicable 
  50. REFERRER ON        # Referer report 
  51. BROWSER ON        # Browser summary 
  52. FULLBROWSER OFF    # Browser report 
  53. STATUS OFF        # Status code report 
  54. ERROR OFF       # Error report
  55. #
  56. DOMCOLS RrBb
  57. # Which columns we want to appear in the domain report, and in which order.
  58. #   The string can contain any of the following four letters:
  59. #   R   Number of requests from each domain
  60. #   r   Percentage of the requests from each domain
  61. #   P   Number of requests for pages from each domain
  62. #   p   Percentage of the requests for pages from each domain
  63. #   B   Total number of bytes transferred to each domain
  64. #   b   The percentage of traffic to each domain 
  65. # And the same for the other reports 
  66. HOSTCOLS PpRrBb
  67. DIRCOLS PpRrBb
  68. TYPECOLS RbBbPp
  69. REQCOLS PpRrBb
  70. MONTHCOLS PpRrBb
  71. DAYCOLS PpRrBb
  72. FULLDAYCOLS PpRrBb
  73. WEEKCOLS PpRrBb
  74. HOURCOLS PpRrBb
  75. FULLHOURCOLS PpRrBb
  76. REFCOLS PpRrBb
  77. BROWCOLS PpRrBb
  78. FULLBROWCOLS PpRrBb
  79. #
  80. # Should the time graphs be calculated by requests R, bytes B or pages 'P'? 
  81. MONTHGRAPH P
  82. DAYGRAPH P
  83. FULLDAYGRAPH P
  84. HOURGRAPH P
  85. FULLHOURGRAPH P
  86. WEEKGRAPH P
  87. #
  88. # Should they go forwards (oldest entries at top) or backwards?
  89. #   (NB You can mix them, but probably don't want to) 
  90. MONTHLYBACK OFF
  91. FULLDAILYBACK OFF
  92. FULLHOURLYBACK OFF
  93. WEEKLYBACK OFF
  94. #
  95. # The maximum number of rows in each (0 for "show all time") 
  96. MONTHROWS        0
  97. WEEKROWS        0
  98. FULLDAYROWS        42
  99. FULLHOURROWS    72
  100. #
  101. GRAPHICAL ON
  102. # whether the graphs should use proper graphics or just ASCII art. ON will
  103. #   make it prettier but will make the output longer and harder to download 
  104. #
  105. REQMINREQS 10
  106. # the min. no. of requests a URL should have before appearing on the
  107. #   request report. Setting this to about 10 clears out a lot of junk.
  108. #   You can also use e.g. 0.1% for any file with 0.1% of the requests.
  109. #   And setting it to a negative number gives a top n report. 
  110. #
  111. REQMINBYTES 0.01%
  112. # if we are sorting by bytes, use this instead. You can use
  113. #   1000234 for 1000234 bytes
  114. #   100k    for 100 kilobytes  (and 100M etc. similarly)
  115. #   0.01%   for any file with 0.01% of the bytes
  116. #   -50     for the 50 files with the most bytes  
  117. #
  118. # now the same for directory, domain and hostname reports. 
  119. DIRMINREQS 10
  120. DIRMINPAGES 10
  121. DIRMINBYTES 0.01%
  122. DOMMINREQS 1
  123. DOMMINPAGES 1
  124. DOMMINBYTES 0
  125. HOSTMINREQS 100
  126. # Set the HOST ones quite high if you want it to finish in reasonable time 
  127. HOSTMINPAGES 100
  128. HOSTMINBYTES 0.01%
  129. REFMINREQS 20
  130. REFMINPAGES 20
  131. REFMINBYTES 0.01%
  132. BROWMINREQS -20
  133. BROWMINPAGES -20
  134. BROWMINBYTES -20
  135. FULLBROWMINREQS -100
  136. FULLBROWMINPAGES -100
  137. FULLBROWMINBYTES -100
  138. # And the same for subdomains you have specified. These can't be negative. 
  139. SUBDOMMINREQS 1000
  140. SUBDOMMINPAGES 300
  141. SUBDOMMINBYTES 0.5%
  142. # And the min number of occurences before an error gets on the error report 
  143. ERRMINOCCS 1
  144. #
  145. # how should the various reports be sorted? Legal values ar BYREQUESTS,
  146. #   BYBYTES and ALPHABETICAL 
  147. REQSORTBY        REQUESTS
  148. DOMSORTBY        BYTES
  149. DIRSORTBY        BYTES
  150. TYPESORTBY        BYTES
  151. HOSTSORTBY        ALPHABETICAL
  152. REFSORTBY        REQUESTS
  153. BROWSORTBY        REQUESTS
  154. FULLBROWSORTBY    REQUESTS
  155. #
  156. WEEKBEGINSON SUNDAY
  157. # The 1st day of the week. I think it's SUNDAY, but you can choose any day. 
  158. #
  159. SEPCHAR ,
  160. #
  161. # END
  162.